From 4e957a8cd00c5676a25f214198691e5d7b6e9396 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Dec 2004 03:58:24 +0000 Subject: [PATCH] Fix a typo in the docs. (#160826, Jay Camp) 2004-12-08 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo in the docs. (#160826, Jay Camp) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkcombobox.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d6fce525bf..89e9a9ec31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-08 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo + in the docs. (#160826, Jay Camp) + 2004-12-08 Federico Mena Quintero Merged from gtk-2-4: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d6fce525bf..89e9a9ec31 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-12-08 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo + in the docs. (#160826, Jay Camp) + 2004-12-08 Federico Mena Quintero Merged from gtk-2-4: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d6fce525bf..89e9a9ec31 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-12-08 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo + in the docs. (#160826, Jay Camp) + 2004-12-08 Federico Mena Quintero Merged from gtk-2-4: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d6fce525bf..89e9a9ec31 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-12-08 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo + in the docs. (#160826, Jay Camp) + 2004-12-08 Federico Mena Quintero Merged from gtk-2-4: diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 7ba8f81c02..60f5c5bd5c 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4108,7 +4108,7 @@ gtk_combo_box_get_wrap_width (GtkComboBox *combo_box) * @width: Preferred number of columns. * * Sets the wrap width of @combo_box to be @width. The wrap width is basically - * the preferred number of columns when you want to the popup to be layed out + * the preferred number of columns when you want the popup to be layed out * in a table. * * Since: 2.4 -- 2.30.2